@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&family=Source+Serif+Pro:ital,wght@1,600&family=Work+Sans:wght@500&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Source Serif Pro', serif;
}
html
{
	scroll-behavior: smooth;
}
body
{
	min-height: 1000px;
	background: #000;
}
header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 100px;
	z-index: 1000;
	transition: 0.8s;
}
header.sticky
{
	padding: 5px 100px;
	background: #fff;
	border-bottom: 1px solid (0,0,0,.1);
}
header.sticky .logo,
header.sticky ul li a 
{
	color:  #000;
}
header .logo
{
	position: relative;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: 0.6s;
}
header ul 
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
header ul li
{
	position: relative;
	list-style: none;
}
header ul li a
{
	position: relative;
	margin: 0 15px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 300;
	transition: 0.6s;
}
.banner
{
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: url(bg.png);
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner h2
{
	color: #fff;
	font-size: 90px;
	text-transform: none;
	text-align: center;
	line-height: 1em;
}
.banner h2 span 
{
	color: rosybrown;
}
.sec 
{
	background: #000;
	padding: 100px;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec .content 
{
	position: relative;
	text-align: center;
	width: 100%;
	color: whitesmoke;
}
.mxw800p
{
	max-width: 800px;
	margin: 0 auto;
}
h3
{
	font-size: 40px;
	font-weight:  200;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.space-between
{
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	background: #000;
	text-decoration: none;
	color: #fff;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}
/* Remove extra left and right margins, due to padding in columns */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 16px;
  text-align: center;
  background-color: rosybrown;
  box-shadow: 5px 5px 3px grey;
}
img  {
  border-radius: 50%;
}
/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    max-width: 75px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
 /* Three columns side by side */
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.container {
  padding: 0 16px;
}

/* Clear floats */
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}
/* Four columns side by side */
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}
/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}
/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.container {
  padding: 0 16px;
}

/* Clear floats */
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}
.box .imgBx
{
	width: 150px;
	flex: 0.0.150px;
}